CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java code for DES encryption
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java code for DES encryption - List
[
Crack Hack
]
肖俊.java
DL : 0
ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单计,在本文中我们将用DES算法加密和解密字节码。下面是用JCE加密和解密数据必须遵循的基本步骤: 步骤1:生成一个安全密匙。在加密或解密任何数据之前需要有一个密匙。密匙是随同被加密的应用一起发布的一小段数据,Listing 3显示了如何生成一个密匙。 【Listing 3:生成一个密匙】 -expansion that Java Cryptography Extension, referred to JCE. It is Sun's encryption software, including encryption and key generation functions. JCE is JCA (Java Cryptography Architecture), an extension. JCE no specific encryption algorithms, but provides a framework, the specific encryption algorithm can achieve as a service provider to join. Apart from the JCE framework, JCE package also includes SunJCE service providers, including many useful encryption algorithms such as DES (Data Encryption Standard) and the Blowfish. For simple terms, in this paper we will use DES encryption and decryption algorithms byte code. Below is JCE encryption and decryption of data must adhere to the basic steps : Step 1 : Generating a security keys. In any encryption or decryption of data is needed befo
Date
: 2008-10-13
Size
: 3.12kb
User
:
肖俊
[
Crack Hack
]
肖俊.java
DL : 0
ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单计,在本文中我们将用DES算法加密和解密字节码。下面是用JCE加密和解密数据必须遵循的基本步骤: 步骤1:生成一个安全密匙。在加密或解密任何数据之前需要有一个密匙。密匙是随同被加密的应用一起发布的一小段数据,Listing 3显示了如何生成一个密匙。 【Listing 3:生成一个密匙】 -expansion that Java Cryptography Extension, referred to JCE. It is Sun's encryption software, including encryption and key generation functions. JCE is JCA (Java Cryptography Architecture), an extension. JCE no specific encryption algorithms, but provides a framework, the specific encryption algorithm can achieve as a service provider to join. Apart from the JCE framework, JCE package also includes SunJCE service providers, including many useful encryption algorithms such as DES (Data Encryption Standard) and the Blowfish. For simple terms, in this paper we will use DES encryption and decryption algorithms byte code. Below is JCE encryption and decryption of data must adhere to the basic steps : Step 1 : Generating a security keys. In any encryption or decryption of data is needed befo
Date
: 2025-07-02
Size
: 3kb
User
:
肖俊
[
Documents
]
javacodeprotect
DL : 0
本文首先分析了Java源代码需要加密的原因,简要介绍了DES算法及Java密码体系和Java密码扩展,最后说明了利用DES加密算法保护Java源代码的方法及步骤-This paper analyzes the Java source code encryption needs, briefed the DES algorithm and system password Java and Java code expansion Finally, we illustrate the use of DES encryption algorithm to protect the source code of Java methods and steps
Date
: 2025-07-02
Size
: 8kb
User
:
chensong
[
Web Server
]
jsp-des
DL : 0
jsp实现des加解密算法,供学习参考,代码很不错.-jsp achieve des encryption algorithm for learning reference code is pretty good.
Date
: 2025-07-02
Size
: 15kb
User
:
夏雨
[
JSP/Java
]
des
DL : 0
DES加密算法 早期的源代码 本人觉得对初学者很有用-DES encryption algorithm the source code of the early I think very useful for beginners
Date
: 2025-07-02
Size
: 4kb
User
:
jiaqi
[
Crack Hack
]
s-des-and-rsa
DL : 0
RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模-RSA, S-DES encryption algorithm, the realization of the encryption and decryption, using addition chains for large numbers of the index and modulus
Date
: 2025-07-02
Size
: 2kb
User
:
alonealone
[
Crack Hack
]
3DES
DL : 0
3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
Date
: 2025-07-02
Size
: 7kb
User
:
magicliao
[
Crack Hack
]
DES
DL : 0
DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密-DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
Date
: 2025-07-02
Size
: 86kb
User
:
sure
[
Crack Hack
]
Cryptography
DL : 0
该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely in accordance with their own encryption and decryption algorithm flow manually prepared. Cryptography for encryption and decryption algorithm of the study and research. Due to slow and not recommended for practical projects.
Date
: 2025-07-02
Size
: 27kb
User
:
tangxiaojun
[
JSP/Java
]
des
DL : 0
这是本人在浏览网页时找到的(DES加密算法的源代码),感觉很好,拿出来大家学习一下。-This is why I found while surfing the web (DES encryption algorithm source code), feel good, look out for them to learn.
Date
: 2025-07-02
Size
: 7kb
User
:
东东
[
Crack Hack
]
DESencrption
DL : 0
这是一个DES算法的JAVA源代码,能完成加密和解密的功能。-This is a JAVA source code for DES algorithm, to complete the encryption and decryption functions.
Date
: 2025-07-02
Size
: 16kb
User
:
陈燕燕
[
Crack Hack
]
mycipher.java
DL : 0
用java编写的用于加密和解密的代码,所用加解密算法为simple DES算法。-Prepared with the java code for encryption and decryption, used as a simple DES encryption and decryption algorithm algorithm.
Date
: 2025-07-02
Size
: 3kb
User
:
fd
[
Crack Hack
]
DESTest
DL : 0
这个是我自己写的DES加密解密程序,用java实现。内有源代码和比较详细的注释,可供大家参考使用。-This is the DES encryption and decryption in java. The code is writen by myself within source code and more detailed Codes are available for use and reference.
Date
: 2025-07-02
Size
: 4kb
User
:
johnson
[
GUI Develop
]
DES-Encryption-
DL : 0
由于使用post提交的数据也可以通过工具拦截到明文数据,所以很多时候需要在前台用js加密后端代码解密。由于本人也在项目中使用到这个,现在做了一个例子是java版本的,希望对大家有用。-Due to the use of the post submit data can also intercept to plaintext data through the tool, so a lot of time need to encrypt the back-end code decryption using JS at the front desk. Because I also used in the project to this, now made an example is the Java version, I hope useful for everyone.
Date
: 2025-07-02
Size
: 10kb
User
:
dsdfw
[
Crack Hack
]
des
DL : 0
DES algorithm for encryption and decryption in java code
Date
: 2025-07-02
Size
: 363kb
User
:
Paul
[
Crack Hack
]
DES
DL : 0
DES java code The Data Encryption Standard (DES, /ˌ diː ˌ iː ˈ ɛ s/ or /ˈ dɛ z/) was once a predominant symmetric-key algorithm for the encryption of electronic data. It was highly influential in the advancement of modern cryptography in the academic world.
Date
: 2025-07-02
Size
: 3kb
User
:
Sparkle
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.